Line Properties

Description

A list of line properties with examples included:

Setup Properties

  • Object Name

    The name of the control.

    :formname.controlname.object.name as C
  • Style

    Sets the style of the line.

    :formname.controlname.line.line_style as C
  • Line Width

    Sets the thickness of the line.

    :formname.controlname.line.width as N
  • Hide

    Determines whether the line is visible.

    :formname.controlname.object.visible as L
  • Always on top

    Determines whether the line will always be placed on top of other objects in the same location.

    :formname.controlname.object.always_on_top as L
  • Left

    Sets the horizontal position of the line.

    :formname.controlname.object.left as N
  • Top

    Sets the vertical position of the control.

    :formname.controlname.object.top as N
  • Width

    Sets the width of the control.

    :formname.controlname.line.width as N
  • Height

    Sets the height of the control.

    :formname.controlname.object.height as N
  • Anchor

    Determines the way the tabbed control will or will not stretch as the base form is resized. Possible attachment points are: 1 = top and right 2 = top, left, and right 4 = bottom and left 5 = bottom and right 6 = bottom, left, and right 8 = top, bottom, and left 9 = top, bottom, and right 10 = top, bottom, left, and right

    :formname.controlname.object.anchor as N
    images/Line_Setup_Properties.gif

Dimension Properties

  • Left

    Sets the horizontal position of the control.

    :formname.controlname.object.left as N
  • Top

    Sets the vertical position of the control.

    :formname.controlname.object.top as N
  • Width

    Sets the width of the control.

    :formname.controlname.object.width as N
  • Height

    Sets the height of the control.

    :formname.controlname.object.height as N
  • Anchor

    Sets the stretch properties of the control and which sides of the form it will stick to.

    :formname.controlname.object.anchor as N
    images/Line_Dimension_Properties.gif